dev: add DEV_UNLIMITED mock worker and UI toggle for local dev proxy#74
dev: add DEV_UNLIMITED mock worker and UI toggle for local dev proxy#74SaintD1smas wants to merge 2 commits intofarzaa:mainfrom
Conversation
|
Hi, The dev worker base URL is accepted from a free-form text field and stored without validation, but both ClaudeAPI and ElevenLabsTTSClient force-unwrap Severity: action required | Category: reliability How to fix: Validate URL before saving Agent prompt to fix - you can give this to your LLM of choice:
Spotted by Qodo code review - free for open-source projects. |
Adds DEV_UNLIMITED mock SSE in worker, dev_server.js, and UI toggle in CompanionPanelView and CompanionManager to allow local testing against a dev proxy (no real API calls). Intended for local development only.